Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Microarray analysis techniques</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Microarray_analysis_techniques"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/ext.math.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Microarray_analysis_techniques rootpage-Microarray_analysis_techniques skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Microarray analysis techniques</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<p><b>Microarray analysis techniques</b> are used in interpreting the data generated from experiments on DNA (<b>Gene chip analysis</b>), RNA, and protein <a href="Microarray" title="Microarray">microarrays</a>, which allow researchers to investigate the expression state of a large number of genes&nbsp;– in many cases, an organism's entire <a href="Genome" title="Genome">genome</a>&nbsp;– in a single experiment.<sup id="cite_ref-:0_1-0" class="reference"><a href="#cite_note-:0-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> Such experiments can generate very large amounts of data, allowing researchers to assess the overall state of a cell or organism. Data in such large quantities is difficult&nbsp;– if not impossible&nbsp;– to analyze without the help of computer programs.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Introduction">Introduction</h2></div>
<p>Microarray data analysis is the final step in reading and processing data produced by a microarray chip. Samples undergo various processes including purification and scanning using the microchip, which then produces a large amount of data that requires processing via computer software. It involves several distinct steps, as outlined in the image below. Changing any one of the steps will change the outcome of the analysis, so the MAQC Project<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> was created to identify a set of standard strategies. Companies exist that use the MAQC protocols to perform a complete analysis.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>
</p>

<div class="mw-heading mw-heading2"><h2 id="Techniques">Techniques</h2></div>

<p>Most microarray manufacturers, such as <a href="Affymetrix" title="Affymetrix">Affymetrix</a> and <a href="Agilent" class="mw-redirect" title="Agilent">Agilent</a>,<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> provide commercial data analysis software alongside their microarray products. There are also open source options that utilize a variety of methods for analyzing microarray data.
</p>
<div class="mw-heading mw-heading3"><h3 id="Aggregation_and_normalization">Aggregation and normalization</h3></div>
<p>Comparing two different arrays or two different samples hybridized to the same array generally involves making adjustments for systematic errors introduced by differences in procedures and dye intensity effects. Dye normalization for two color arrays is often achieved by <a href="Local_regression" title="Local regression">local regression</a>. LIMMA provides a set of tools for background correction and scaling, as well as an option to average on-slide duplicate spots.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> A common method for evaluating how well normalized an array is, is to plot an <a href="MA_plot" title="MA plot">MA plot</a> of the data. MA plots can be produced using programs and languages such as R and MATLAB.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p><p>Raw Affy data contains about twenty probes for the same RNA target. Half of these are "mismatch spots", which do not precisely match the target sequence. These can theoretically measure the amount of nonspecific binding for a given target. Robust Multi-array Average (RMA)<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup> is a normalization approach that does not take advantage of these mismatch spots but still must summarize the perfect matches through <a href="Median_polish" title="Median polish">median polish</a>.<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> The median polish algorithm, although robust, behaves differently depending on the number of samples analyzed.<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> <a href="Quantile_normalization" title="Quantile normalization">Quantile normalization</a>, also part of RMA, is one sensible approach to normalize a batch of arrays in order to make further comparisons meaningful.
</p><p>The current Affymetrix MAS5 algorithm, which uses both perfect match and mismatch probes, continues to enjoy popularity and do well in head to head tests.<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup>
</p>

<p><a href="Factor_analysis" title="Factor analysis">Factor analysis</a> for Robust Microarray Summarization (FARMS)<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup> is a model-based technique for summarizing array data at perfect match probe level. It is based on a factor analysis model for which a Bayesian maximum a posteriori method optimizes the model parameters under the assumption of Gaussian measurement noise. According to the Affycomp benchmark<sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup> FARMS outperformed all other summarizations methods with respect to sensitivity and specificity.
</p>
<div class="mw-heading mw-heading3"><h3 id="Identification_of_significant_differential_expression">Identification of significant differential expression</h3></div>
<p>Many strategies exist to identify array probes that show an unusual level of over-expression or under-expression. The simplest one is to call "significant" any probe that differs by an average of at least twofold between treatment groups. More sophisticated approaches are often related to <a href="T-test" class="mw-redirect" title="T-test">t-tests</a> or other mechanisms that take both <a href="Effect_size" title="Effect size">effect size</a> and variability into account. Curiously, the p-values associated with particular genes do not reproduce well between replicate experiments, and lists generated by straight fold change perform much better.<sup id="cite_ref-:1_14-0" class="reference"><a href="#cite_note-:1-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-15" class="reference"><a href="#cite_note-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup> This represents an extremely important observation, since the point of performing experiments has to do with predicting general behavior. The MAQC group recommends using a fold change assessment plus a non-stringent <a href="P-value" title="P-value">p-value</a> cutoff, further pointing out that changes in the background correction and scaling process have only a minimal impact on the rank order of fold change differences, but a substantial impact on p-values.<sup id="cite_ref-:1_14-1" class="reference"><a href="#cite_note-:1-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Clustering">Clustering</h3></div>
<p>Clustering is a data mining technique used to group genes having similar expression patterns. <a href="Hierarchical_clustering" title="Hierarchical clustering">Hierarchical clustering</a>, and <a href="K-means_clustering" title="K-means clustering">k-means clustering</a> are widely used techniques in microarray analysis.
</p>
<div class="mw-heading mw-heading4"><h4 id="Hierarchical_clustering">Hierarchical clustering</h4></div>
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}


/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="Hierarchical_clustering" title="Hierarchical clustering">Hierarchical clustering</a></div>
<p>Hierarchical clustering is a statistical method for finding relatively <a href="Homogeneity_and_heterogeneity#Homogeneity" title="Homogeneity and heterogeneity">homogeneous</a> clusters. Hierarchical clustering consists of two separate phases. Initially, a <a href="Distance_matrix" title="Distance matrix">distance matrix</a> containing all the pairwise distances between the genes is calculated. <a href="Pearson_product-moment_correlation_coefficient" class="mw-redirect" title="Pearson product-moment correlation coefficient">Pearson's correlation</a> and <a href="Spearman's_rank_correlation_coefficient" title="Spearman's rank correlation coefficient">Spearman's correlation</a> are often used as dissimilarity estimates, but other methods, like <a href="Taxicab_geometry" title="Taxicab geometry">Manhattan distance</a> or <a href="Euclidean_distance" title="Euclidean distance">Euclidean distance</a>, can also be applied. Given the number of distance measures available and their influence in the clustering algorithm results, several studies have compared and evaluated different distance measures for the clustering of microarray data, considering their intrinsic properties and robustness to noise.<sup id="cite_ref-Gentleman_16-0" class="reference"><a href="#cite_note-Gentleman-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Jaskowiak2013_17-0" class="reference"><a href="#cite_note-Jaskowiak2013-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Jaskowiak2014_18-0" class="reference"><a href="#cite_note-Jaskowiak2014-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup> After calculation of the initial distance matrix, the hierarchical clustering algorithm either (A) joins iteratively the two closest clusters starting from single data points (agglomerative, bottom-up approach, which is fairly more commonly used), or (B) partitions clusters iteratively starting from the complete set (divisive, top-down approach). After each step, a new distance matrix between the newly formed clusters and the other clusters is recalculated. Hierarchical <a href="Cluster_analysis" title="Cluster analysis">cluster analysis</a> methods include:
</p>
<ul><li>Single linkage (minimum method, nearest neighbor)</li>
<li>Average linkage (<a href="UPGMA" title="UPGMA">UPGMA</a>)</li>
<li>Complete linkage (maximum method, furthest neighbor)</li></ul>
<p>Different studies have already shown empirically that the Single linkage clustering algorithm produces poor results when employed to gene expression microarray data and thus should be avoided.<sup id="cite_ref-Jaskowiak2014_18-1" class="reference"><a href="#cite_note-Jaskowiak2014-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Souto2011_19-0" class="reference"><a href="#cite_note-Souto2011-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading4"><h4 id="K-means_clustering">K-means clustering</h4></div>
<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="K-means_clustering" title="K-means clustering">k-means clustering</a></div>
<p>K-means clustering is an algorithm for grouping genes or samples based on pattern into <i>K</i> groups. Grouping is done by minimizing the sum of the squares of distances between the data and the corresponding cluster <a href="Centroid" title="Centroid">centroid</a>. Thus the purpose of K-means clustering is to classify data based on similar expression.<sup id="cite_ref-20" class="reference"><a href="#cite_note-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup> K-means clustering algorithm and some of its variants (including <a href="K-medoids" title="K-medoids">k-medoids</a>) have been shown to produce good results for gene expression data (at least better than hierarchical clustering methods). Empirical comparisons of <a href="K-means" class="mw-redirect" title="K-means">k-means</a>, <a href="K-medoids" title="K-medoids">k-medoids</a>, hierarchical methods and, different distance measures can be found in the literature.<sup id="cite_ref-Jaskowiak2014_18-2" class="reference"><a href="#cite_note-Jaskowiak2014-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Souto2011_19-1" class="reference"><a href="#cite_note-Souto2011-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Pattern_recognition">Pattern recognition</h3></div>
<p>Commercial systems for gene network analysis such as Ingenuity<sup id="cite_ref-21" class="reference"><a href="#cite_note-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup> and Pathway studio<sup id="cite_ref-22" class="reference"><a href="#cite_note-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup> create visual representations of differentially expressed genes based on current scientific literature. Non-commercial tools such as FunRich,<sup id="cite_ref-23" class="reference"><a href="#cite_note-23"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup> <a href="GenMAPP" title="GenMAPP">GenMAPP</a> and <a href="Anduril_(workflow_engine)#Moksiskaan" title="Anduril (workflow engine)">Moksiskaan</a> also aid in organizing and visualizing gene network data procured from one or several microarray experiments. A wide variety of microarray analysis tools are available through <a href="Bioconductor" title="Bioconductor">Bioconductor</a> written in the <a href="R_programming_language" class="mw-redirect" title="R programming language">R programming language</a>. The frequently cited SAM module and other microarray tools<sup id="cite_ref-24" class="reference"><a href="#cite_note-24"><span class="cite-bracket">[</span>24<span class="cite-bracket">]</span></a></sup> are available through Stanford University. Another set is available from Harvard and MIT.<sup id="cite_ref-25" class="reference"><a href="#cite_note-25"><span class="cite-bracket">[</span>25<span class="cite-bracket">]</span></a></sup>
</p>

<p>Specialized software tools for statistical analysis to determine the extent of over- or under-expression of a gene in a microarray experiment relative to a reference state have also been developed to aid in identifying genes or gene sets associated with particular <a href="Phenotype" title="Phenotype">phenotypes</a>. One such method of analysis, known as <a href="Gene_Set_Enrichment" class="mw-redirect" title="Gene Set Enrichment">Gene Set Enrichment</a> Analysis (GSEA), uses a <a href="Kolmogorov-Smirnov" class="mw-redirect" title="Kolmogorov-Smirnov">Kolmogorov-Smirnov</a>-style statistic to identify groups of genes that are regulated together.<sup id="cite_ref-:0_1-1" class="reference"><a href="#cite_note-:0-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> This third-party statistics package offers the user information on the genes or gene sets of interest, including links to entries in databases such as NCBI's <a href="GenBank" title="GenBank">GenBank</a> and curated databases such as Biocarta<sup id="cite_ref-26" class="reference"><a href="#cite_note-26"><span class="cite-bracket">[</span>26<span class="cite-bracket">]</span></a></sup> and <a href="Gene_Ontology" title="Gene Ontology">Gene Ontology</a>. Protein complex enrichment analysis tool (COMPLEAT) provides similar enrichment analysis at the level of protein complexes.<sup id="cite_ref-27" class="reference"><a href="#cite_note-27"><span class="cite-bracket">[</span>27<span class="cite-bracket">]</span></a></sup> The tool can identify the dynamic protein complex regulation under different condition or time points. Related system, PAINT<sup id="cite_ref-28" class="reference"><a href="#cite_note-28"><span class="cite-bracket">[</span>28<span class="cite-bracket">]</span></a></sup> and SCOPE<sup id="cite_ref-29" class="reference"><a href="#cite_note-29"><span class="cite-bracket">[</span>29<span class="cite-bracket">]</span></a></sup> performs a statistical analysis on gene promoter regions, identifying over and under representation of previously identified <a href="Transcription_factor" title="Transcription factor">transcription factor</a> response elements. Another statistical analysis tool is Rank Sum Statistics for Gene Set Collections (RssGsc), which uses rank sum probability distribution functions to find gene sets that explain experimental data.<sup id="cite_ref-30" class="reference"><a href="#cite_note-30"><span class="cite-bracket">[</span>30<span class="cite-bracket">]</span></a></sup> A further approach is contextual meta-analysis, i.e. finding out how a gene cluster responds to a variety of experimental contexts. <a href="Genevestigator" title="Genevestigator">Genevestigator</a> is a public tool to perform contextual meta-analysis across contexts such as anatomical parts, stages of development, and response to diseases, chemicals, stresses, and <a href="Neoplasms" class="mw-redirect" title="Neoplasms">neoplasms</a>.
</p>
<div class="mw-heading mw-heading2"><h2 id="Significance_analysis_of_microarrays_(SAM)">Significance analysis of microarrays (SAM)</h2></div>

<p><b>Significance analysis of microarrays (SAM)</b> is a <a href="Statistics" title="Statistics">statistical technique</a>, established in 2001 by Virginia Tusher, <a href="Robert_Tibshirani" title="Robert Tibshirani">Robert Tibshirani</a> and <a href="Gilbert_Chu" title="Gilbert Chu">Gilbert Chu</a>, for determining whether changes in <a href="Gene_expression" title="Gene expression">gene expression</a> are statistically significant. With the advent of <a href="DNA_microarray" title="DNA microarray">DNA microarrays</a>, it is now possible to measure the expression of thousands of genes in a single hybridization experiment. The data generated is considerable, and a method for sorting out what is significant and what isn't is essential. SAM is distributed by <a href="Stanford_University" title="Stanford University">Stanford University</a> in an <a href="R_(programming_language)" title="R (programming language)">R-package</a>.<sup id="cite_ref-31" class="reference"><a href="#cite_note-31"><span class="cite-bracket">[</span>31<span class="cite-bracket">]</span></a></sup>
</p><p>SAM identifies statistically significant genes by carrying out gene specific <a href="Student's_t-test" title="Student's t-test">t-tests</a> and computes a statistic <i>d<sub>j</sub></i> for each gene <i>j</i>, which measures the strength of the relationship between gene expression and a response variable.<sup id="cite_ref-R1_32-0" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R7_33-0" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R8_34-0" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup> This analysis uses <a href="Non-parametric_statistics" class="mw-redirect" title="Non-parametric statistics">non-parametric statistics</a>, since the data may not follow a <a href="Normal_distribution" title="Normal distribution">normal distribution</a>. The response variable describes and groups the data based on experimental conditions. In this method, repeated <a href="Permutations" class="mw-redirect" title="Permutations">permutations</a> of the data are used to determine if the expression of any gene is significant related to the response. The use of permutation-based analysis accounts for correlations in genes and avoids <a href="https://en.wiktionary.org/wiki/Special:Search/parametric" class="extiw external" title="wikt:Special:Search/parametric">parametric</a> assumptions about the distribution of individual genes. This is an advantage over other techniques (e.g., <a href="ANOVA" class="mw-redirect" title="ANOVA">ANOVA</a> and <a href="Bonferroni" class="mw-redirect" title="Bonferroni">Bonferroni</a>), which assume equal variance and/or independence of genes.<sup id="cite_ref-R6_35-0" class="reference"><a href="#cite_note-R6-35"><span class="cite-bracket">[</span>35<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Basic_protocol">Basic protocol</h3></div>
<ul><li>Perform <a href="Microarray" title="Microarray">microarray</a> experiments — DNA microarray with oligo and cDNA primers, SNP arrays, protein arrays, etc.</li>
<li>Input Expression Analysis in Microsoft Excel — see below</li>
<li>Run SAM as a Microsoft Excel Add-Ins</li>
<li>Adjust the Delta tuning parameter to get a significant # of genes along with an acceptable false discovery rate (FDR)) and Assess Sample Size by calculating the mean difference in expression in the SAM Plot Controller</li>
<li>List Differentially Expressed Genes (Positively and Negatively Expressed Genes)</li></ul>
<div class="mw-heading mw-heading3"><h3 id="Running_SAM">Running SAM</h3></div>
<ul><li>SAM is available for download online at <a rel="nofollow" class="external free" href="http://www-stat.stanford.edu/~tibs/SAM/">http://www-stat.stanford.edu/~tibs/SAM/</a> for academic and non-academic users after completion of a registration step.</li>
<li>SAM is run as an Excel Add-In, and the SAM Plot Controller allows Customization of the False Discovery Rate and Delta, while the SAM Plot and SAM Output functionality generate a List of Significant Genes, Delta Table, and Assessment of Sample Sizes</li>
<li><a href="Permutations" class="mw-redirect" title="Permutations">Permutations</a> are calculated based on the number of samples</li>
<li>Block Permutations
<ul><li>Blocks are batches of microarrays; for example for eight samples split into two groups (control and affected) there are 4!=24 permutations for each block and the total number of permutations is (24)(24)= 576. A minimum of 1000 permutations are recommended;<sup id="cite_ref-R1_32-1" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R2_36-0" class="reference"><a href="#cite_note-R2-36"><span class="cite-bracket">[</span>36<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R3_37-0" class="reference"><a href="#cite_note-R3-37"><span class="cite-bracket">[</span>37<span class="cite-bracket">]</span></a></sup></li></ul></li></ul>
<p>the number of permutations is set by the user when imputing correct values for the data set to run SAM
</p>
<div class="mw-heading mw-heading4"><h4 id="Response_formats">Response formats</h4></div>
<p>Types:<sup id="cite_ref-R1_32-2" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup>
</p>
<ul><li><b>Quantitative</b> — real-valued (such as heart rate)</li>
<li><b>One class</b> — tests whether the mean gene expression differs from zero</li>
<li><b>Two class</b> — two sets of measurements
<ul><li><b>Unpaired</b> — measurement units are different in the two groups; e.g. control and treatment groups with samples from different patients</li>
<li><b>Paired</b> — same experimental units are measured in the two groups; e.g. samples before and after treatment from the same patients</li></ul></li>
<li><b>Multiclass</b> — more than two groups with each containing different experimental units; generalization of two class unpaired type</li>
<li><b>Survival</b> — data of a time until an event (for example death or relapse)</li>
<li><b>Time course</b> — each experimental units is measured at more than one time point; experimental units fall into a one or two class design</li>
<li><b>Pattern discovery</b> — no explicit response parameter is specified; the user specifies eigengene (principal component) of the expression data and treats it as a quantitative response</li></ul>
<div class="mw-heading mw-heading3"><h3 id="Algorithm">Algorithm</h3></div>
<p>SAM calculates a test statistic for relative difference in gene expression based on permutation analysis of expression data and calculates a false discovery rate. The principal calculations of the program are illustrated below.<sup id="cite_ref-R1_32-3" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R7_33-1" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R8_34-1" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup>
</p><p><span class="mw-default-size" typeof="mw:File"></span> <span class="mw-default-size" typeof="mw:File"></span>
</p><p>The <i>s</i><sub>o</sub> constant is chosen to minimize the coefficient of variation of <i>d<sub>i</sub></i>. r<sub><i>i</i></sub> is equal to the expression levels (x) for gene <i>i</i> under y experimental conditions.
</p><p><span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \mathrm {False\ discovery\ rate\ (FDR)={\frac {Median\ (or\ 90^{th}\ percentile)\ of\ \#\ of\ falsely\ called\ genes}{Number\ of\ genes\ called\ significant}}} }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mrow class="MJX-TeXAtom-ORD">
<mi mathvariant="normal">F</mi>
<mi mathvariant="normal">a</mi>
<mi mathvariant="normal">l</mi>
<mi mathvariant="normal">s</mi>
<mi mathvariant="normal">e</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">d</mi>
<mi mathvariant="normal">i</mi>
<mi mathvariant="normal">s</mi>
<mi mathvariant="normal">c</mi>
<mi mathvariant="normal">o</mi>
<mi mathvariant="normal">v</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">r</mi>
<mi mathvariant="normal">y</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">r</mi>
<mi mathvariant="normal">a</mi>
<mi mathvariant="normal">t</mi>
<mi mathvariant="normal">e</mi>
<mtext>&nbsp;</mtext>
<mo stretchy="false">(</mo>
<mi mathvariant="normal">F</mi>
<mi mathvariant="normal">D</mi>
<mi mathvariant="normal">R</mi>
<mo stretchy="false">)</mo>
<mo>=</mo>
<mrow class="MJX-TeXAtom-ORD">
<mfrac>
<mrow>
<mi mathvariant="normal">M</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">d</mi>
<mi mathvariant="normal">i</mi>
<mi mathvariant="normal">a</mi>
<mi mathvariant="normal">n</mi>
<mtext>&nbsp;</mtext>
<mo stretchy="false">(</mo>
<mi mathvariant="normal">o</mi>
<mi mathvariant="normal">r</mi>
<mtext>&nbsp;</mtext>
<msup>
<mn>90</mn>
<mrow class="MJX-TeXAtom-ORD">
<mi mathvariant="normal">t</mi>
<mi mathvariant="normal">h</mi>
</mrow>
</msup>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">p</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">r</mi>
<mi mathvariant="normal">c</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">n</mi>
<mi mathvariant="normal">t</mi>
<mi mathvariant="normal">i</mi>
<mi mathvariant="normal">l</mi>
<mi mathvariant="normal">e</mi>
<mo stretchy="false">)</mo>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">o</mi>
<mi mathvariant="normal">f</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">#<!-- # --></mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">o</mi>
<mi mathvariant="normal">f</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">f</mi>
<mi mathvariant="normal">a</mi>
<mi mathvariant="normal">l</mi>
<mi mathvariant="normal">s</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">l</mi>
<mi mathvariant="normal">y</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">c</mi>
<mi mathvariant="normal">a</mi>
<mi mathvariant="normal">l</mi>
<mi mathvariant="normal">l</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">d</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">g</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">n</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">s</mi>
</mrow>
<mrow>
<mi mathvariant="normal">N</mi>
<mi mathvariant="normal">u</mi>
<mi mathvariant="normal">m</mi>
<mi mathvariant="normal">b</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">r</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">o</mi>
<mi mathvariant="normal">f</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">g</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">n</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">s</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">c</mi>
<mi mathvariant="normal">a</mi>
<mi mathvariant="normal">l</mi>
<mi mathvariant="normal">l</mi>
<mi mathvariant="normal">e</mi>
<mi mathvariant="normal">d</mi>
<mtext>&nbsp;</mtext>
<mi mathvariant="normal">s</mi>
<mi mathvariant="normal">i</mi>
<mi mathvariant="normal">g</mi>
<mi mathvariant="normal">n</mi>
<mi mathvariant="normal">i</mi>
<mi mathvariant="normal">f</mi>
<mi mathvariant="normal">i</mi>
<mi mathvariant="normal">c</mi>
<mi mathvariant="normal">a</mi>
<mi mathvariant="normal">n</mi>
<mi mathvariant="normal">t</mi>
</mrow>
</mfrac>
</mrow>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \mathrm {False\ discovery\ rate\ (FDR)={\frac {Median\ (or\ 90^{th}\ percentile)\ of\ \#\ of\ falsely\ called\ genes}{Number\ of\ genes\ called\ significant}}} }</annotation>
</semantics>
</math></span><img src="./23e69f669a2d3ac94352046f3124b4e1310e36d6.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -2.338ex; width:85.566ex; height:6.509ex;" alt="{\displaystyle \mathrm {False\ discovery\ rate\ (FDR)={\frac {Median\ (or\ 90^{th}\ percentile)\ of\ \#\ of\ falsely\ called\ genes}{Number\ of\ genes\ called\ significant}}} }" loading="lazy"></span>
</p><p><b>Fold changes</b> (t) are specified to guarantee genes called significant change at least a pre-specified amount. This means that the absolute value of the average expression levels of a gene under each of two conditions must be greater than the fold change (t) to be called positive and less than the inverse of the fold change (t) to be called negative.
</p><p>The SAM algorithm can be stated as:
</p>
<ol><li>Order test statistics according to magnitude <sup id="cite_ref-R7_33-2" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R8_34-2" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup></li>
<li>For each permutation compute the ordered null (unaffected) scores <sup id="cite_ref-R7_33-3" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R8_34-3" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup></li>
<li>Plot the ordered test statistic against the expected null scores <sup id="cite_ref-R7_33-4" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R8_34-4" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup></li>
<li>Call each gene significant if the absolute value of the test statistic for that gene minus the mean test statistic for that gene is greater than a stated threshold <sup id="cite_ref-R8_34-5" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup></li>
<li>Estimate the false discovery rate based on expected versus observed values <sup id="cite_ref-R7_33-5" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R8_34-6" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup></li></ol>
<div class="mw-heading mw-heading4"><h4 id="Output">Output</h4></div>
<ul><li>Significant gene sets
<ul><li>Positive gene set — higher expression of most genes in the gene set correlates with higher values of the phenotype <var style="padding-right: 1px;">y</var></li>
<li>Negative gene set — lower expression of most genes in the gene set correlates with higher values of the phenotype <var style="padding-right: 1px;">y</var></li></ul></li></ul>
<div class="mw-heading mw-heading3"><h3 id="SAM_features">SAM features</h3></div>
<ul><li>Data from Oligo or cDNA arrays, SNP array, protein arrays, etc. can be utilized in SAM<sup id="cite_ref-R7_33-6" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R8_34-7" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup></li>
<li>Correlates expression data to clinical parameters<sup id="cite_ref-R6_35-1" class="reference"><a href="#cite_note-R6-35"><span class="cite-bracket">[</span>35<span class="cite-bracket">]</span></a></sup></li>
<li>Correlates expression data with time<sup id="cite_ref-R1_32-4" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup></li>
<li>Uses data permutation to estimates False Discovery Rate for multiple testing<sup id="cite_ref-R7_33-7" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R8_34-8" class="reference"><a href="#cite_note-R8-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R6_35-2" class="reference"><a href="#cite_note-R6-35"><span class="cite-bracket">[</span>35<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R5_38-0" class="reference"><a href="#cite_note-R5-38"><span class="cite-bracket">[</span>38<span class="cite-bracket">]</span></a></sup></li>
<li>Reports local false discovery rate (the FDR for genes having a similar d<sub>i</sub> as that gene)<sup id="cite_ref-R1_32-5" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup> and miss rates <sup id="cite_ref-R1_32-6" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R7_33-8" class="reference"><a href="#cite_note-R7-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup></li>
<li>Can work with blocked design for when treatments are applied within different batches of arrays<sup id="cite_ref-R1_32-7" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup></li>
<li>Can adjust threshold determining number of gene called significant<sup id="cite_ref-R1_32-8" class="reference"><a href="#cite_note-R1-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Error_correction_and_quality_control">Error correction and quality control</h2></div>
<div class="mw-heading mw-heading3"><h3 id="Quality_control">Quality control</h3></div>
<p>Entire arrays may have obvious flaws detectable by visual inspection, pairwise comparisons to arrays in the same experimental group, or by analysis of RNA degradation.<sup id="cite_ref-39" class="reference"><a href="#cite_note-39"><span class="cite-bracket">[</span>39<span class="cite-bracket">]</span></a></sup> Results may improve by removing these arrays from the analysis entirely.
</p>
<div class="mw-heading mw-heading3"><h3 id="Background_correction">Background correction</h3></div>
<p>Depending on the type of array, signal related to nonspecific binding of the fluorophore can be subtracted to achieve better results. One approach involves subtracting the average
signal intensity of the area between spots. A variety of tools for background correction and further analysis are available from TIGR,<sup id="cite_ref-40" class="reference"><a href="#cite_note-40"><span class="cite-bracket">[</span>40<span class="cite-bracket">]</span></a></sup> Agilent (GeneSpring),<sup id="cite_ref-41" class="reference"><a href="#cite_note-41"><span class="cite-bracket">[</span>41<span class="cite-bracket">]</span></a></sup> and Ocimum Bio Solutions (Genowiz).<sup id="cite_ref-42" class="reference"><a href="#cite_note-42"><span class="cite-bracket">[</span>42<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Spot_filtering">Spot filtering</h3></div>
<p>Visual identification of local artifacts, such as printing or washing defects, may likewise suggest the removal of individual spots. This can take a substantial amount of time depending on the quality of array manufacture. In addition, some procedures call for the elimination of all spots with an expression value below a certain intensity threshold.
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Microarray_databases" title="Microarray databases">Microarray databases</a></li>
<li><a href="Significance_analysis_of_microarrays" class="mw-redirect" title="Significance analysis of microarrays">Significance analysis of microarrays</a></li>
<li><a href="Transcriptomics" class="mw-redirect" title="Transcriptomics">Transcriptomics</a></li>
<li><a href="Proteomics" title="Proteomics">Proteomics</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-:0-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-:0_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:0_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFSubramanianTamayoMootha2005" class="citation journal cs1">Subramanian A, Tamayo P, Mootha VK, et&nbsp;al. (2005). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1239896">"Gene set enrichment analysis: A knowledge-based approach for interpreting genome-wide expression profiles"</a>. <i>Proc. Natl. Acad. Sci. U.S.A</i>. <b>102</b> (43): <span class="nowrap">15545–</span>50. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1073%2Fpnas.0506580102">10.1073/pnas.0506580102</a></span>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1239896">1239896</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/16199517">16199517</a>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite id="CITEREFDr._Leming_Shi,_National_Center_for_Toxicological_Research" class="citation web cs1">Dr. Leming Shi, National Center for Toxicological Research. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20051208055601/http://www.fda.gov/nctr/science/centers/toxicoinformatics/maqc/">"MicroArray Quality Control (MAQC) Project"</a>. U.S. Food and Drug Administration. Archived from <a rel="nofollow" class="external text" href="https://www.fda.gov/nctr/science/centers/toxicoinformatics/maqc/">the original</a> on December 8, 2005<span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-26</span></span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.genusbiosystems.com/services-data.shtml">"GenUs BioSystems - Services - Data Analysis"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2008-01-02</span></span>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20071222130157/http://www.chem.agilent.com/Scripts/PCol.asp?lPage=494">"Agilent | DNA Microarrays"</a>. Archived from <a rel="nofollow" class="external text" href="http://www.chem.agilent.com/Scripts/PCol.asp?lPage=494">the original</a> on December 22, 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">2008-01-02</span></span>.</cite></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://bioinf.wehi.edu.au/limma/">"LIMMA Library: Linear Models for Microarray Data"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2008-01-01</span></span>.</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite id="CITEREFGattoBreckelsNaakeGibb2015" class="citation journal cs1">Gatto, Laurent; Breckels, Lisa M.; Naake, Thomas; Gibb, Sebastian (2015). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4510819">"Visualization of proteomics data using R and Bioconductor"</a>. <i>Proteomics</i>. <b>15</b> (8): <span class="nowrap">1375–</span>1389. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1002%2Fpmic.201400392">10.1002/pmic.201400392</a>. <a href="ISSN_(identifier)" class="mw-redirect" title="ISSN (identifier)">ISSN</a>&nbsp;<a rel="nofollow" class="external text" href="https://search.worldcat.org/issn/1615-9853">1615-9853</a>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4510819">4510819</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/25690415">25690415</a>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.mathworks.com/help/bioinfo/ref/mairplot.html#responsive_offcanvas">"Create intensity versus ratio scatter plot of microarray data - MATLAB mairplot"</a>. <i>MathWorks</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2023-11-24</span></span>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite id="CITEREFIrizarryHobbs,_BCollin,_FBeazer-Barclay,_YD2003" class="citation journal cs1"><a href="Rafael_Irizarry_(scientist)" title="Rafael Irizarry (scientist)">Irizarry, RA</a>; Hobbs, B; Collin, F; Beazer-Barclay, YD; Antonellis, KJ; Scherf, U; Speed, TP (2003). <a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbiostatistics%2F4.2.249">"Exploration, normalization, and summaries of high density oligonucleotide array probe level data"</a>. <i>Biostatistics</i>. <b>4</b> (2): <span class="nowrap">249–</span>64. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbiostatistics%2F4.2.249">10.1093/biostatistics/4.2.249</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/12925520">12925520</a>.</cite></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite id="CITEREFBolstadIrizarryAstrandSpeed2003" class="citation journal cs1">Bolstad BM, Irizarry RA, Astrand M, Speed TP (2003). <a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbioinformatics%2F19.2.185">"A comparison of normalization methods for high density oligonucleotide array data based on variance and bias"</a>. <i>Bioinformatics</i>. <b>19</b> (2): <span class="nowrap">185–</span>93. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbioinformatics%2F19.2.185">10.1093/bioinformatics/19.2.185</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/12538238">12538238</a>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite id="CITEREFGiorgiBolgerLohseUsadel2010" class="citation journal cs1">Giorgi FM, Bolger AM, Lohse M, Usadel B (2010). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2998528">"Algorithm-driven Artifacts in median polish summarization of Microarray data"</a>. <i>BMC Bioinformatics</i>. <b>11</b>: 553. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1186%2F1471-2105-11-553">10.1186/1471-2105-11-553</a></span>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2998528">2998528</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/21070630">21070630</a>.</cite></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite id="CITEREFLimWangLefebvreCalifano2007" class="citation journal cs1">Lim WK, Wang K, Lefebvre C, Califano A (2007). <a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbioinformatics%2Fbtm201">"Comparative analysis of microarray normalization procedures: effects on reverse engineering gene networks"</a>. <i>Bioinformatics</i>. <b>23</b> (13): i282–8. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbioinformatics%2Fbtm201">10.1093/bioinformatics/btm201</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/17646307">17646307</a>.</cite></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><cite id="CITEREFHochreiterClevertObermayer2006" class="citation journal cs1">Hochreiter S, Clevert DA, Obermayer K (2006). <a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbioinformatics%2Fbtl033">"A new summarization method for affymetrix probe level data"</a>. <i>Bioinformatics</i>. <b>22</b> (8): <span class="nowrap">943–</span>949. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbioinformatics%2Fbtl033">10.1093/bioinformatics/btl033</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/16473874">16473874</a>.</cite></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://affycomp.jhsph.edu/">"Affycomp III: A Benchmark for Affymetrix GeneChip Expression Measures"</a>.</cite></span>
</li>
<li id="cite_note-:1-14"><span class="mw-cite-backlink">^ <a href="#cite_ref-:1_14-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:1_14-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFShiReidJones2006" class="citation journal cs1">Shi L, Reid LH, Jones WD, et&nbsp;al. (2006). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3272078">"The MicroArray Quality Control (MAQC) project shows inter- and intraplatform reproducibility of gene expression measurements"</a>. <i>Nat. Biotechnol</i>. <b>24</b> (9): <span class="nowrap">1151–</span>61. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1038%2Fnbt1239">10.1038/nbt1239</a>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3272078">3272078</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/16964229">16964229</a>.</cite></span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite id="CITEREFGuoLobenhoferWang2006" class="citation journal cs1">Guo L, Lobenhofer EK, Wang C, et&nbsp;al. (2006). "Rat toxicogenomic study reveals analytical consistency across microarray platforms". <i>Nat. Biotechnol</i>. <b>24</b> (9): <span class="nowrap">1162–</span>9. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1038%2Fnbt1238">10.1038/nbt1238</a>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/17061323">17061323</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:8192240">8192240</a>.</cite></span>
</li>
<li id="cite_note-Gentleman-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-Gentleman_16-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFGentleman2005" class="citation book cs1">Gentleman, Robert; et&nbsp;al. (2005). <i>Bioinformatics and computational biology solutions using R and Bioconductor</i>. New York: Springer Science+Business Media. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-0-387-29362-2</bdi>.</cite></span>
</li>
<li id="cite_note-Jaskowiak2013-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-Jaskowiak2013_17-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFJaskowiakCampelloCosta2013" class="citation journal cs1">Jaskowiak, Pablo A.; Campello, Ricardo J.G.B.; Costa, Ivan G. (2013). "Proximity Measures for Clustering Gene Expression Microarray Data: A Validation Methodology and a Comparative Analysis". <i>IEEE/ACM Transactions on Computational Biology and Bioinformatics</i>. <b>10</b> (4): <span class="nowrap">845–</span>857. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FTCBB.2013.9">10.1109/TCBB.2013.9</a>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/24334380">24334380</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:760277">760277</a>.</cite></span>
</li>
<li id="cite_note-Jaskowiak2014-18"><span class="mw-cite-backlink">^ <a href="#cite_ref-Jaskowiak2014_18-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Jaskowiak2014_18-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Jaskowiak2014_18-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFJaskowiakCampelloCosta2014" class="citation journal cs1">Jaskowiak, Pablo A; Campello, Ricardo JGB; Costa, Ivan G (2014). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4072854">"On the selection of appropriate distances for gene expression data clustering"</a>. <i>BMC Bioinformatics</i>. <b>15</b> (Suppl 2): S2. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1186%2F1471-2105-15-S2-S2">10.1186/1471-2105-15-S2-S2</a></span>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4072854">4072854</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/24564555">24564555</a>.</cite></span>
</li>
<li id="cite_note-Souto2011-19"><span class="mw-cite-backlink">^ <a href="#cite_ref-Souto2011_19-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Souto2011_19-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFde_SoutoCostade_AraujoLudermir2008" class="citation journal cs1">de Souto, Marcilio C. P.; Costa, Ivan G.; de Araujo, Daniel S. A.; Ludermir, Teresa B.; Schliep, Alexander (2008). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2632677">"Clustering cancer gene expression data: a comparative study"</a>. <i>BMC Bioinformatics</i>. <b>9</b> (1): 497. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1186%2F1471-2105-9-497">10.1186/1471-2105-9-497</a></span>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2632677">2632677</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/19038021">19038021</a>.</cite></span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.biostat.ucsf.edu/">"Home"</a>. <i>biostat.ucsf.edu</i>.</cite></span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.ingenuity.com/">"Ingenuity Systems"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-31</span></span>.</cite></span>
</li>
<li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20071230035556/http://www.ariadnegenomics.com/products/pathway-studio">"Ariadne Genomics: Pathway Studio"</a>. Archived from <a rel="nofollow" class="external text" href="http://www.ariadnegenomics.com/products/pathway-studio/">the original</a> on 2007-12-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-31</span></span>.</cite></span>
</li>
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.funrich.org/">"FunRich: Functional Enrichment Analysis"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2014-09-09</span></span>.</cite></span>
</li>
<li id="cite_note-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-24">^</a></b></span> <span class="reference-text">[<cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www-stat.stanford.edu/~tibs/SAM/">"Significance Analysis of Microarrays"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-31</span></span>.</cite>]</span>
</li>
<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.broad.mit.edu/tools/software.html">"Software - Broad"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-31</span></span>.</cite></span>
</li>
<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.biocarta.com/">"BioCarta - Charting Pathways of Life"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-31</span></span>.</cite></span>
</li>
<li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text"><cite id="CITEREFVinayagamHuKulkarniRoesel2013" class="citation journal cs1">Vinayagam A, Hu Y, Kulkarni M, Roesel C, et&nbsp;al. (2013). <a rel="nofollow" class="external text" href="http://www.flyrnai.org/compleat/">"Protein Complex-Based Analysis Framework for High-Throughput Data Sets. 6, rs5 (2013)"</a>. <i>Sci. Signal</i>. <b>6</b> (r5): rs5. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1126%2Fscisignal.2003629">10.1126/scisignal.2003629</a>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3756668">3756668</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/23443684">23443684</a>.</cite></span>
</li>
<li id="cite_note-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20070705061522/http://www.dbi.tju.edu/dbi/staticpages.php?page=tools">"DBI Web"</a>. Archived from <a rel="nofollow" class="external text" href="http://www.dbi.tju.edu/dbi/staticpages.php?page=tools&amp;menu=37">the original</a> on 2007-07-05<span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-31</span></span>.</cite></span>
</li>
<li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110817031914/http://genie.dartmouth.edu/scope/">"SCOPE"</a>. Archived from <a rel="nofollow" class="external text" href="http://genie.dartmouth.edu/scope/">the original</a> on 2011-08-17<span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-31</span></span>.</cite></span>
</li>
<li id="cite_note-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://rssgsc.sourceforge.net/">"RssGsc"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2008-10-15</span></span>.</cite></span>
</li>
<li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://tibshirani.su.domains/SAM/">"SAM: Significance Analysis of Microarrays"</a>. <i>tibshirani.su.domains</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2023-11-24</span></span>.</cite></span>
</li>
<li id="cite_note-R1-32"><span class="mw-cite-backlink">^ <a href="#cite_ref-R1_32-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-R1_32-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-R1_32-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-R1_32-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-R1_32-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-R1_32-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-R1_32-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-R1_32-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-R1_32-8"><sup><i><b>i</b></i></sup></a></span> <span class="reference-text">Chu, G., Narasimhan, B, Tibshirani, R, Tusher, V. "SAM "Significance Analysis of Microarrays" Users Guide and technical document." <a rel="nofollow" class="external autonumber" href="http://www-stat.stanford.edu/~tibs/SAM/sam.pdf">[1]</a></span>
</li>
<li id="cite_note-R7-33"><span class="mw-cite-backlink">^ <a href="#cite_ref-R7_33-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-R7_33-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-R7_33-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-R7_33-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-R7_33-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-R7_33-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-R7_33-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-R7_33-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-R7_33-8"><sup><i><b>i</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFZangGuo2007" class="citation journal cs1">Zang, S.; Guo, R.; et&nbsp;al. (2007). <a rel="nofollow" class="external text" href="https://doi.org/10.1016%2Fj.jbi.2007.01.002">"Integration of statistical inference methods and a novel control measure to improve sensitivity and specificity of data analysis in expression profiling studies"</a>. <i>Journal of Biomedical Informatics</i>. <b>40</b> (5): <span class="nowrap">552–</span>560. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2Fj.jbi.2007.01.002">10.1016/j.jbi.2007.01.002</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/17317331">17317331</a>.</cite></span>
</li>
<li id="cite_note-R8-34"><span class="mw-cite-backlink">^ <a href="#cite_ref-R8_34-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-R8_34-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-R8_34-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-R8_34-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-R8_34-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-R8_34-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-R8_34-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-R8_34-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-R8_34-8"><sup><i><b>i</b></i></sup></a></span> <span class="reference-text">&lt;Zhang, S. (2007). "A comprehensive evaluation of SAM, the SAM R-package and a simple modification to improve its performance." BMC Bioinformatics 8: 230.</span>
</li>
<li id="cite_note-R6-35"><span class="mw-cite-backlink">^ <a href="#cite_ref-R6_35-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-R6_35-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-R6_35-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFTusherTibshirani2001" class="citation journal cs1">Tusher, V. G.; Tibshirani, R.; et&nbsp;al. (2001). <a rel="nofollow" class="external text" href="http://www-stat.stanford.edu/~tibs/SAM/pnassam.pdf">"Significance analysis of microarrays applied to the ionizing radiation response"</a> <span class="cs1-format">(PDF)</span>. <i>Proceedings of the National Academy of Sciences</i>. <b>98</b> (9): <span class="nowrap">5116–</span>5121. <a href="Bibcode_(identifier)" class="mw-redirect" title="Bibcode (identifier)">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/2001PNAS...98.5116G">2001PNAS...98.5116G</a>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1073%2Fpnas.091062498">10.1073/pnas.091062498</a></span>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC33173">33173</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/11309499">11309499</a>.</cite></span>
</li>
<li id="cite_note-R2-36"><span class="mw-cite-backlink"><b><a href="#cite_ref-R2_36-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFDinuJDMuellerLiu2007" class="citation journal cs1">Dinu, I. P.; JD; Mueller, T; Liu, Q; Adewale, AJ; Jhangri, GS; Einecke, G; Famulski, KS; Halloran, P; Yasui, Y. (2007). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1931607">"Improving gene set analysis of microarray data by SAM-GS"</a>. <i>BMC Bioinformatics</i>. <b>8</b>: 242. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1186%2F1471-2105-8-242">10.1186/1471-2105-8-242</a></span>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1931607">1931607</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/17612399">17612399</a>.</cite></span>
</li>
<li id="cite_note-R3-37"><span class="mw-cite-backlink"><b><a href="#cite_ref-R3_37-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFJefferyDGCulhane2006" class="citation journal cs1">Jeffery, I. H.; DG; Culhane, AC. (2006). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1544358">"Comparison and evaluation of methods for generating differentially expressed gene lists from microarray data"</a>. <i>BMC Bioinformatics</i>. <b>7</b>: 359. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1186%2F1471-2105-7-359">10.1186/1471-2105-7-359</a></span>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1544358">1544358</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/16872483">16872483</a>.</cite></span>
</li>
<li id="cite_note-R5-38"><span class="mw-cite-backlink"><b><a href="#cite_ref-R5_38-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFLarssonTimmons2005" class="citation journal cs1">Larsson, O. W. C; Timmons, JA. (2005). <a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1173086">"Considerations when using the significance analysis of microarrays (SAM) algorithm"</a>. <i>BMC Bioinformatics</i>. <b>6</b>: 129. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1186%2F1471-2105-6-129">10.1186/1471-2105-6-129</a></span>. <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1173086">1173086</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/15921534">15921534</a>.</cite></span>
</li>
<li id="cite_note-39"><span class="mw-cite-backlink"><b><a href="#cite_ref-39">^</a></b></span> <span class="reference-text"><cite id="CITEREFWilsonMiller2005" class="citation journal cs1">Wilson CL, Miller CJ (2005). <a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbioinformatics%2Fbti605">"Simpleaffy: a BioConductor package for Affymetrix Quality Control and data analysis"</a>. <i>Bioinformatics</i>. <b>21</b> (18): <span class="nowrap">3683–</span>5. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fbioinformatics%2Fbti605">10.1093/bioinformatics/bti605</a></span>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/16076888">16076888</a>.</cite></span>
</li>
<li id="cite_note-40"><span class="mw-cite-backlink"><b><a href="#cite_ref-40">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.tigr.org/software/microarray.shtml">"J. Craig Venter Institute -- Software"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2008-01-01</span></span>.</cite></span>
</li>
<li id="cite_note-41"><span class="mw-cite-backlink"><b><a href="#cite_ref-41">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.chem.agilent.com/scripts/pds.asp?lpage=27881">"Agilent | GeneSpring GX"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2008-01-02</span></span>.</cite></span>
</li>
<li id="cite_note-42"><span class="mw-cite-backlink"><b><a href="#cite_ref-42">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20091124165434/http://www3.ocimumbio.com/data-analysis-insights/analytical-tools/genowiz/">"Ocimum Biosolutions | Genowiz"</a>. Archived from <a rel="nofollow" class="external text" href="http://www3.ocimumbio.com/data-analysis-insights/analytical-tools/genowiz/">the original</a> on 2009-11-24<span class="reference-accessdate">. Retrieved <span class="nowrap">2009-04-02</span></span>.</cite></span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20130525084842/http://arrayexplorer.com/">ArrayExplorer - Compare microarray side by side to find the one that best suits your research needs</a></li>
<li><a rel="nofollow" class="external text" href="http://www.bioinf.jku.at/software/farms/farms.html">FARMS - Factor Analysis for Robust Microarray Summarization, an R package</a> —software</li>
<li><a rel="nofollow" class="external text" href="http://statsarray.com/">StatsArray - Online Microarray Analysis Services</a> —software</li>
<li><a rel="nofollow" class="external text" href="http://www.arraymining.net">ArrayMining.net - web-application for online analysis of microarray data</a> —software</li>
<li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20160611175636/http://www.funrich.org/">FunRich - Perform gene set enrichment analysis</a> —software</li>
<li><a rel="nofollow" class="external text" href="https://doi.org/10.1016/B978-0-12-809633-8.20163-5">Comparative Transcriptomics Analysis</a> in <a rel="nofollow" class="external text" href="https://www.sciencedirect.com/science/referenceworks/9780128096338">Reference Module in Life Sciences</a></li>
<li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20090615060922/http://www-stat-class.stanford.edu/~tibs/clickwrap/sam.html">SAM download instructions</a></li>
<li><a rel="nofollow" class="external text" href="http://mmjggl.caltech.edu/microarray/data_analysis_fundamentals_manual.pdf">GeneChip® Expression Analysis-Data Analysis Fundamentals</a> (by Affymetrix)</li>
<li><a rel="nofollow" class="external text" href="http://www.stat.duke.edu/~mw/ABS04/RefInfo/data_analysis_fundamentals_manual.pdf">Duke data_analysis_fundamentals_manual</a></li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-06-11" href="https://en.wikipedia.org/wiki/?title=Microarray_analysis_techniques&amp;oldid=1295015267">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>